// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-02A TN_Widget.CreateTable([['Phillip Phillips','Vogue Theatre - IN','Indianapolis, IN','Saturday','5/25/2024','9:00 PM','6336944','Phillip-Phillips-5-25-2024'],['Fun Fest: Goo Goo Dolls & Phillip Phillips','J. Fred Johnson Stadium','Kingsport, TN','Saturday','7/27/2024','6:30 PM','6408176','Fun-Fest--Goo-Goo-Dolls---Phillip-Phillips-7-27-2024'],['Basilica Block Party - Saturday: Counting Crows, Needtobreathe, Judah & the Lion, Phillip Phillips, & Ingrid Andress','Boom Island Park','Minneapolis, MN','Saturday','8/3/2024','1:00 PM','6393475','Basilica-Block-Party---Saturday--Counting-Crows--Needtobreathe--Judah---the-Lion--Phillip-Phillips----Ingrid-Andress-8-3-2024'],['Phillip Phillips','Kenley Amphitheater','Layton, UT','Saturday','9/7/2024','8:00 PM','6371206','Phillip-Phillips-9-7-2024'],['Phillip Phillips','Birchmere Music Hall','Alexandria, VA','Thursday','9/26/2024','7:30 PM','6347082','Phillip-Phillips-9-26-2024'],['Oceans Calling Festival: Blink-182, The Killers & Dave Matthews Band - 3 Day Pass','Ocean City Inlet','Ocean City, MD','Friday','9/27/2024','TBD','6257456','Oceans-Calling-Festival--Blink-182--The-Killers---Dave-Matthews-Band---3-Day-Pass-9-27-2024'],['Oceans Calling Festival: Blink-182, Cage The Elephant & Sublime - Friday (Time: TBD)','Ocean City Inlet','Ocean City, MD','Friday','9/27/2024','12:00 PM','6257460','Oceans-Calling-Festival--Blink-182--Cage-The-Elephant---Sublime---Friday--Time--TBD--9-27-2024'],['Phillip Phillips','Tupelo Music Hall','Londonderry, NH','Saturday','9/28/2024','8:00 PM','6327271','Phillip-Phillips-9-28-2024']],'Phillip Phillips','http://www.ticketnetwork.com/ticket/Phillip-Phillips-events.aspx');